home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / frame_150 / PlaceObject2_256_39 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-04  |  108 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.hero._x > 450 and this._x < 800)
  3.    {
  4.       this._x += 4;
  5.    }
  6. }
  7.